This method allows the user to move specified CoreOne Tags from one premises to another.
Below are the parameters to successfully move CoreOne Tags. If any required parameter is omitted an error message will be displayed alerting the user.
Request Body Parameters
| Name | Description | Data Type |
| token | This is a 40-character hexadecimal string.
 |
This token should have been obtained at the commencement of a session using the Login (Method). It is required for all functional CoreOne web services. |
| xml:string |
| main_tag | These are the main tag input parameters necessary for a successful movement of tags. | ws_tag_allocation_master_c |
| range | These are the range input parameters for a successful movement for a specified range of tags. | range |
| individual_tags | This is an array of individual Tag num(s). More than one individual tag can be entered. | xml:string |
| csv | This copied CSV data used to create a successful tag movement. | xml:string |
This is the returned status message to tell the user the result of the method.
 |
An error message will be displayed instead of the status message if any of the input parameters fail any validation rule. For example if the user's token is invalid or the record doesn't exist. It will alert the user on what parameter failed validation and the reason why. |
Response Body Parameters
| Name | Description | Data Type |
| status | If the tags where successfully moved used a message "Update Successful." will be returned. If however the tags where not successfully moved as used a message "Update Failed." will be returned. | xml:string |